TimeSerialItem Second
Gets or Sets the Second component of the time serial item.
public int Second { get; set; } |
Return value
int | Second component of the current time configured. |
Example
Copy
timeSerialItem.Hour = 2;
timeSerialItem.Minute = 2;
timeSerialItem.Second = 2;